-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DO-NOT-MERGE][WIP][incubator-kie-drools-6220] testing default DRL6 #6240
base: main
Are you sure you want to change the base?
[DO-NOT-MERGE][WIP][incubator-kie-drools-6220] testing default DRL6 #6240
Conversation
- Introduce DRL10 - WIP
a131c20
to
f65c4cf
Compare
PR job Reproducerbuild-chain build full_downstream -f 'https://raw.githubusercontent.com/${AUTHOR:apache}/incubator-kie-kogito-pipelines/${BRANCH:main}/.ci/buildchain-config-pr-cdb.yaml' -o 'bc' -p apache/incubator-kie-drools -u #6240 --skipParallelCheckout NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution Please look here: https://ci-builds.apache.org/job/KIE/job/drools/job/main/job/pullrequest_jobs/job/drools-pr/job/PR-6240/2/display/redirect Test results:
Those are the test failures: org.drools.model.codegen.execmodel.generator.drlxparse.ConstraintParserTest.testImplicitCastExpressionWithOrCannot invoke "org.drools.drl.ast.descr.RuleDescr.getName()" because "this.ruleDescr" is nullorg.drools.model.codegen.execmodel.generator.drlxparse.ConstraintParserTest.testNullSafeExpressionsWithOrCannot invoke "org.drools.drl.ast.descr.RuleDescr.getName()" because "this.ruleDescr" is nullorg.kie.maven.plugin.it.kie-maven-plugin-test-kjar-10-default.kie-maven-plugin-test-kjar-10-defaultThe build exited with code 143. See /home/jenkins/jenkins-agent/workspace/llrequest_jobs_drools-pr_PR-6240/kogito-pipelines/bc/apache_incubator-kie-drools/kie-maven-plugin/target/it/kie-maven-plugin-test-kjar-10-default/build.log for details. |
f65c4cf
to
d30e2aa
Compare
- Disable drools-verifier test for DRL10
- adjust unit tests
d30e2aa
to
6db2a36
Compare
Accompanied with #6225